Implement manifest profiles
authorAlex Crichton <alex@alexcrichton.com>
Wed, 3 Sep 2014 18:34:26 +0000 (11:34 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 3 Sep 2014 18:54:29 +0000 (11:54 -0700)
commit365190fe31cbc1ad886b73f3f583140cbec1ed8b
tree92ccaf6958962a1d66448e36717cf866016d4e85
parent28bc3c65884cb207a223336bbca37535ff7bc1e8
Implement manifest profiles

For documentation, see the included documentation in the commit.
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/util/toml.rs
src/doc/source/manifest.md
tests/test_cargo_compile.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_profiles.rs [new file with mode: 0644]
tests/tests.rs